﻿body, h1, h2, h3, h4, h5, h6, a, button, label {
	font-family: "微软雅黑", "宋体", Arial !important;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

body {
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;	
}

table {
	table-layout: fixed;
	margin-bottom: 0px;
}

td > a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    
}

a, .navbar-default .navbar-nav > li > a {
	color: #000000;
}

.container {
    min-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
}

.label {
	font-size: 14px;
	opacity: 0.9;
}
.form-horizontal {
	padding:20px;
}
.breadcrumb {
	border-radius: 0;
	margin-bottom: 5px;
}
.badge {
	background-color: #d9534f !important;
}

.panel-body {
	padding: 10px;
}

.form-group {
	margin-bottom: 5px;
}

.form-group-btn {
	margin-top: 30px;
}

.table td, .list-group li {
}

.topbar {
	padding: 6px;
}

.navbar {
	font-size: 16px;
	color: #000000;
}
.navbar-brand {
	padding-top: 9px;
}
.navbar .container .navbar-nav {
	padding-top: 9px;
}
.navbar-form {
	padding-top: 9px;
}
.navbar-nav .active {
    background-color: #eee;
}

#slider {
}
#slider .carousel-inner {
	height: 265px;
}
#slider .carousel-inner .item {
	height: 100%;
	overflow: hidden;
	background-position: center;
}
#slider .carousel-inner img {
}
#slider .carousel-control {
	width: 12%;
}

#slider_center {
}
#slider_center .carousel-inner {
	height: 192px;
}
#slider_center .carousel-inner .item {
	height: 100%;
	overflow: hidden;
	background-position: center;
}
#slider_center .carousel-inner img {
}
#slider_center .carousel-control {
	width: 12%;
}


.statistics {
	position: relative;
	opacity: 0.8;
}

.statistics .list-group {
	position: absolute;
	top: -264px;
	left: 0px;
	width: 265px;
	height: 265px;
    margin-bottom:0px;
}

.statistics li {
	padding: 11px 5px 11px 11px;
	height: 66px;
}

.login {
	position: relative;
	opacity: 0.8;
	z-index: 20;
}

.login .col-md-3 {
	position: absolute;
	top: -265px;
	right: 0px;
	height: 265px;
	padding-left: 5px;
    padding-right:0px;
}

.login .panel-body {
	height: 263px;
}

.login .stat {
	font-size: 12px;
	padding-bottom: 10px;
}

.login .stat .num {
	font-size: 24px;
	color: #fc8026;
	margin: 0px 5px;
}

.login .stat .register {
	float: right;
	margin: 10px 2px 0px 0px;
}

.thumbnail .thumbnail {
	margin-bottom:-5px;
}

.sidebar {
	margin-top: 0px !important;
	position: relative;
	width: 100%;
	border-width: 1px 1px 0px 1px;
	border-color: #e7e7e7;
	border-style: solid;
}

.container.body {
	min-height: 400px;
}

.row .left {
	padding-right: 5px;
}

.left .title {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.left .title span {
	font-size: 0.75em;
	font-weight: normal;
}

.left .body {
	font-size: 1.125em;
	line-height: 200%;
}

.row .right {
	padding-left: 5px;
}

.floor {
}

.floor h4 {
	float: left;
	font-weight: bold;
}

.floor-content .table {
	border: 1px solid #dddddd;
	margin-bottom:5px;
}

.floor-content .table thead {
	/*font-weight: bold;*/
    text-align: center;
}

.floor-advert {
	margin-top:10px;
	margin-bottom:10px;
}

.rule .list-group-item, .notice .list-group-item {
	/*min-height: 50px;*/
}

.panel-heading a:link, .panel-heading a:visited {
	color: white;
}

/* 附件 */
.ulFiles {
	list-style-image: url(/Styles/Images/att.png);
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

.uploader-files li {
	padding: 1px 0px;
}

li .aDelete:link, li .aDelete:visited {
	font-family: Arial;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 14px;
	background-image: url(/Styles/Images/x.gif);
}

li .aDelete:hover {
	font-family: Arial;
	display: inline-block;
	width: 13px;
	background-image: url(/Styles/Images/x_hover.gif);
}

.footer {
	padding: 15px 0;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}

.footer a {
	margin: 0px 10px;
}

.footer p:last-child {
	margin-bottom: 0;
}

.placeholder {
	color: #aaa;
}

input.error {
	border: 1px solid red;
}

label.error {
	font-weight: bold;
	color: red;
}

.wizard {
	padding: 0;
}

.wizard li {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	line-height: 18px;
	list-style: none;
	padding: 12px 17px 10px 35px;
	background: #efefef;
	zoom: 1;
	font-size: 14px;
	*display: inline;
	*padding-left: 17px;
}

.wizard li:first-child {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	padding-left: 17px;
}

.wizard li:first-child:before {
	border: none;
}

.wizard li:last-child {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}

.wizard li:last-child:after {
	border: none;
}

.wizard li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #fff;
	border-top: 20px inset transparent;
	content: "";
}

.wizard li:after {
	position: absolute;
	right: -20px;
	top: 0;
	height: 0;
	width: 0;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #efefef;
	border-top: 20px inset transparent;
	content: "";
	z-index: 2;
}

.wizard .label {
	margin: 0 5px 0 0;
	padding: 1px 5px 2px;
	position: relative;
	top: -1px;
}

.wizard .active {
	color: #fff;
	background: #d9230f;
}

.wizard .active:after {
	border-left-color: #d9230f;
}

.panel-primary > .panel-heading .badge {
  color: #ffffff;
  background-color: #fff;
}

.searchTab {
    margin-bottom: 5px;
}

.searchTd {
	vertical-align: middle;
	background-color: #e5e5e5;
	font-weight: 400;
	font-size: 14px;
}

.form-group > .col-sm-1 {
    padding-left:0px;
}

/*商品列表样式*/
.goods p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
}
.goods h2,
.goods h3,
.goods .h4,
.goods h5 {
  margin-top: 5px;
  margin-bottom: 2px;
}

.goods hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shops table tbody tr td{
	padding:1px;
}
.shops .caption {
	padding:5px;
}

.shops .shop {
	height:90px;
}
.shops .shop .introduction {
	overflow: hidden; height:80px; line-height:20px;
}

/* 定义keyframe动画，命名为blink */

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}
	/* 注意这里定义50.01%立刻透明度为０，可以设置闪烁效果 */
	100% {
		opacity: 0;
	}
}

/* 添加兼容性前缀 */

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* 定义blink类*/
.blink {
	animation: blink .75s linear infinite;
	/* 其它浏览器兼容性前缀 */
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	color: #dd4814;
}

/*着重显示数据量*/
span.amount {
	color: #fc8026;
}


/*在线客服*/
.service {
	position: fixed;
	width: 50px;
	bottom: 50px;
	right: 58px;
	text-align: center;
	z-index: 99999;
	opacity: .9;
	list-style: none;
}

.service li > a {
	display: block;
	height: 48px;
	width: 48px;
	border: 1px solid #d9230f;
}
.service .btn_wxcode {
    background: url(img/wxcode.png) no-repeat center;
    background-color: #fcf8e3;
}

.service .btn_qrcode {
	background: url(img/qrcode.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_phone {
	background: url(img/phone.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_qq {
	background: url(img/qq.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_gotop {
	background: url(img/gotop.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_qrcode:hover, .service .btn_phone:hover, .service .btn_wxcode:hover, .service .btn_gotop:hover {
    background-color: #d9230f;
    border: 1px solid #d9230f;
}

.service .phone_show, .service .qrcode_show, .service .wxcode_show {
    display: none;
    position: absolute;
    width: 200px;
    left: -159px;
    border: 1px solid #d9230f;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
}

.service .wxcode_show {
    top: 0px;
    text-align: center;
}

.service .wxcode_show img {
    width: 120px;
    height: 120px;
}

.service .phone_show {
	top: 48px;
	text-align: center;
}

.service .phone_show button {
	margin: 5px;
}

.service .qrcode_show {
	top: 96px;
	text-align: center;
}

.service .qrcode_show img {
	width: 120px;
	height: 120px;
}
.by-sms {
	display: none;
}
.well .checkbox table td {
	vertical-align:top;
	padding:5px;
}
.easy-page {

}
.easy-page .pagination {
	margin-top:0px;
	margin-bottom: 0px;
}


.panel .panel-heading .panel-tools {
	float: right!important;
}

.panel .panel-heading .panel-tools a{
	color: #000000;
}

.panel .panel-body .form-group { 
	border-radius:3px;
	margin-left:0px;
	margin-right:0px;
}
